home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #4 / Amiga Plus CD - 2000 - No. 4.iso / Tools / Dev / powerd / powerd.readme < prev    next >
Text File  |  2000-04-02  |  1KB  |  35 lines

  1. Short:    New powerful programming language v0.14
  2. Author:   Martin Kuchinka
  3. Uploader: kuchinka@volny.cz
  4. Type:     dev/e
  5. Version:  0.14, 2.4.2000
  6. Replaces: powerd.lha
  7. Requires: OS3.0,
  8.           PhxAss,
  9.           PhxLnk
  10.  
  11.   It is not a reworked AmigaE, it is completely new programming language,
  12. which has only similar syntax to AmigaE. Simpliest "hello world" program
  13. has less then 150 bytes. It is quite memory hungry, but 4 megabytes should
  14. be enough for larger projects. It can use linked libraries and objects.
  15. See documentation for more information. It is free.
  16.  
  17.   Currently it may have many bugs and it is not too "fool-proof". If You
  18. want to be a betatester, please e-mail me, you will be welcomed.
  19.  
  20.   If you found some bugs or you have remainders or suggestions, please
  21. e-mail me, opinions are also welcome.
  22.  
  23.   I hope You will use and like it.
  24.  
  25. PS: All help is welcome.
  26.  
  27. Changes from 0.13:
  28.   - removed FPU OPTion/argument
  29.     - improved CPU/MACHINE OPTion/argument
  30.     - improved #?.o/#?.lib file recognition, no more fpu/ieee problems
  31.   - removed small bug in constants in binary modules
  32.   - preprocessor is now completely global => new PreProcessong pass added
  33.   - removed also other bugs and some enforcer hits
  34.   ...
  35.